home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Dev_Tools / CB / Test.h < prev    next >
Encoding:
Text File  |  1992-12-26  |  72 b   |  7 lines

  1.   #import <objc/Object.h>
  2. @interface Test:Object
  3. {
  4. }
  5. - howAreYou ;
  6. @end
  7.